[feat] CompanyMemberResponse 및 CompanyMemberListWebResponse에 role, email 필드 추가(#359)#360
Merged
exjuu merged 14 commits intoKernel360:devfrom Jul 13, 2025
Merged
[feat] CompanyMemberResponse 및 CompanyMemberListWebResponse에 role, email 필드 추가(#359)#360exjuu merged 14 commits intoKernel360:devfrom
exjuu merged 14 commits intoKernel360:devfrom
Conversation
[20250709] dev -> main 병합 : 실시간 메시지 방식 통일
- 원인 : authorName 이 추가된 이슈 - 해결 : memberName 으로 변경
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 개요
CompanyMemberResponse) 및 웹 레벨(CompanyMemberListWebResponse) DTO에 멤버의 역할(role)과 이메일(email) 정보를 추가하여, 프론트엔드에서 해당 데이터를 활용할 수 있도록 수정🛠️ 변경 사항
CompanyMemberResponserole,email필드 추가fromEntity(Member)메서드에member.getRole().name()및member.getEmail()매핑 로직 반영CompanyMemberListWebResponserole,email필드 추가fromService(CompanyMemberResponse)메서드에response.role(),response.email()매핑 로직 반영✅ 주요 체크 포인트
role또는email값이null일 때의 처리 로직(예: 빈 문자열 또는 기본값)이 적절한지🔁 테스트 결과
role및email필드가 정상 포함됨을 확인🔗 연관된 이슈
📑 레퍼런스